wayland: Implement drop/destination side of selections
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 21 Aug 2014 16:34:01 +0000 (18:34 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 1 Sep 2014 17:17:53 +0000 (19:17 +0200)
commit3b953041a9043d12238d8ca1b2d06a2ade702b1e
tree589290e0b6e63abd3e9fc63f1658a5072a04a716
parent32bf03c0539cc909a2d0b29034db9a7903125f83
wayland: Implement drop/destination side of selections

This implementation makes the destination side of selections work
similarly to X11's, gdk_selection_convert() triggers data fetching,
which is notified through GDK_SELECTION_NOTIFY events on arrival,
the buffered data is then available through gdk_selection_property_get().

https://bugzilla.gnome.org/show_bug.cgi?id=697855
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkdisplay-wayland.h
gdk/wayland/gdkprivate-wayland.h
gdk/wayland/gdkselection-wayland.c